home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-21 / qwhite.zip / PS1.TEC < prev    next >
Text File  |  1992-03-13  |  5KB  |  110 lines

  1. ID:P1 IBM PS/1 and OPTIMIZE
  2. Quarterdeck Technical Bulletin #234
  3. by Quarterdeck Testing & Compatibility Department
  4. last revision:  13 February 1992
  5.  
  6.          INSTALLING AND OPTIMIZING QEMM-386 AND QRAM ON THE IBM PS/1
  7.  
  8.      There are a few unusual aspects to the IBM PS/1 computers that must be 
  9. addressed in order to install QEMM-386 or QRAM and run OPTIMIZE.
  10.  
  11. PART I :  INSTALLATION
  12.  
  13. 1)  The IBM PS/1 boots off a ROM with a built-in CONFIG.SYS and AUTOEXEC.BAT.  
  14. These files cannot be changed, which QEMM-386 or QRAM and OPTIMIZE must do.  
  15. This may be changed by choosing the "IBM DOS" selection from the opening 
  16. screen when the machine boots, then choosing the "Customize How System Starts" 
  17. selection from this menu.  
  18.      In the middle of this screen you will see:
  19.  
  20.      Choose where the computer looks for the operating system:
  21.             Start From Built-in DOS 
  22.             Try Diskette First (Otherwise Start From Built-in DOS)
  23.             Try Diskette First, Then Try Fixed Disk              
  24.  
  25. choose the last option "Try Diskette First, Then Try Fixed Disk".
  26.  
  27.      On the bottom of this screen you will see:
  28.  
  29.      When the System Starts From Built-in DOS the Following
  30.      Options Can be Set:
  31.             Read CONFIG.SYS:      Built-in       From Disk
  32.             Read AUTOEXEC.BAT:    Built-in       From Disk
  33.                  Disk to Read From:    A:      C:
  34.  
  35. Choose the "From Disk" option for both the CONFIG.SYS and the AUTOEXEC.BAT.  
  36. Choose the "C:" option for "Disk to Read From:".  This will cause your 
  37. computer to boot from the CONFIG.SYS and AUTOEXEC.BAT on the hard disk instead 
  38. of from the ROM.
  39.  
  40. 2)  The CONFIG.SYS on the hard disk is Read-Only.  It must be changed to 
  41. Read/Write.  This can be done by typing:
  42.  
  43.      C:\DOS\ATTRIB -R C:\CONFIG.SYS
  44.  
  45. at the DOS prompt, then pressing the "Enter" key.
  46.  
  47. 3)  There is a line in the CONFIG.SYS which causes a shell program to be 
  48. loaded.  This will keep OPTIMIZE from working properly.  This line must be 
  49. disabled for the duration of OPTIMIZE.  This line is:
  50.  
  51.      INSTALL=C:\DOS\SHELLSTB.COM C:\DOS\ROMSHELL.COM
  52.  
  53. You must insert the word "REM" at the beginning of this line, making it:
  54.  
  55.      REM INSTALL=C:\DOS\SHELLSTB.COM C:\DOS\ROMSHELL.COM
  56.  
  57. Be sure to use a word processor that does not add any formatting characters. 
  58. The program "EDLIN", or "Works", both supplied with your computer, will do 
  59. just fine.  This "REM" may be removed after OPTIMIZE has finished.
  60.  
  61. 4)  You are now ready to install QEMM-386 or QRAM and run OPTIMIZE.
  62.  
  63.   PART II : OPTIMIZE
  64.  
  65. 5)  After the first step of OPTIMIZE, the process will halt without 
  66. completing.  This is due to an obscure bug in the way batch files are executed 
  67. in this version of IBM PC-DOS written for the PS/1.  This problem is easily 
  68. solved.  First, edit the file C:\OPT2.BAT.  The last line will be something 
  69. like:
  70.  
  71.      @C:\QEMM\OPTIMIZE /SEG:xxxx /B:C C:\QEMM\LOADHI.OPT
  72.  
  73. On a completely new line after this one, insert the word "VER".  Don't make 
  74. any changes to the original line, just add a new line, with the word "VER". 
  75. The end of your AUTOEXEC.BAT will now look like:
  76.  
  77.      @C:\QEMM\OPTIMIZE /SEG:xxxx /B:C C:\QEMM\LOADHI.OPT
  78.      VER
  79.  
  80. Be sure to use a word processor that does not add any formatting characters. 
  81. The program "EDLIN", or "Works", both supplied with your computer, will do 
  82. just fine.
  83.  
  84. 6)  Now run OPT2.BAT by typing:
  85.      
  86.      C:\OPT2.BAT
  87.  
  88.     and then pressing the "Enter" key.
  89.  
  90. 7)  OPTIMIZE will now complete.  If you desire, you can now reverse step 3.
  91.  
  92.  
  93. STEALTH
  94.  
  95. 1)  ST:F works on the PS/1.  ST:M works only if certain Excludes are used.  
  96. These Excludes can be discovered by using techniques described in the 
  97. Quarterdeck Technical Bulletin #205, "Stealth Troubleshooting."
  98.  
  99. 2)  The obscure bug that causes regular OPTIMIZE to abort prematurely also 
  100. causes OPTIMIZE/STEALTH to abort prematurely.  The same solution, appending an 
  101. extra line with the word "VER" on it, must be applied to OPT1TEST and 
  102. OPTAUTO.BAT after the first reboot (then run OPT1TEST) and to OPT2.BAT after 
  103. the second re-boot.
  104.  
  105.   ************************************************************************
  106.   *This technical note may be copied and distributed freely as long as it*
  107.   *is distributed in its entirety and it is not distributed for profit.  *
  108.   *          Copyright (C) 1992 by Quarterdeck Office Systems            *
  109.   ************************ E N D   O F   F I L E *************************
  110.